home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 4093 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: sobt.accessorl.net!user
  2. From: eric@accessorl.net (Eric Shaw)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Fixed problem RE: trumpet winsock connect at 2400
  5. Date: Mon, 05 Feb 1996 23:27:23 -0500
  6. Organization: Access Orlando
  7. Message-ID: <eric-0502962327230001@sobt.accessorl.net>
  8. References: <4f2tjp$c3f@stealth.loa.com>
  9. NNTP-Posting-Host: sobt.accessorl.net
  10.  
  11. In article <4f2tjp$c3f@stealth.loa.com>, zippo@loa.com (zippo) wrote:
  12.  
  13. >is gone,,and i know all i need is the magic init string..well heres
  14. >what worked for me after ten logons at 28800 (AT$F1)=my
  15. >default,(&M0)=select direct asynchronous mode), (&K3)=enable rts/cts
  16.  
  17. This &M0 is most likely *NOT* what you want.  It probably turns off error
  18. correction and compression and will be TERRIBLE with a 28800 if you don't
  19. have *pristine* line conditions, in addition to at least a 15% slowdown
  20. even if your line is perfect, because with error correction, you strip out
  21. the start and stop bits.  Also, direct asynchronous mode implies that the
  22. serial port rate matches the line rate, which is also not what you want. 
  23. With a high speed modem, you need the serial port set at a HIGHER DTE rate
  24. than the modem's DCE rate.  i.e. at least 38400 or 57600.  
  25.  
  26. My guess is you need to use AT&M5 instead (or whatever your modem's
  27. command is to enable Normal ASB mode with error correction and
  28. compression).  You also need to tell your term software not to adjust
  29. speed, and dial at at least 38400.
  30.